home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950329-19950528 / 000164_news@columbia.edu_Tue Apr 18 14:36:14 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA17212
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Tue, 18 Apr 1995 13:34:13 -0400
  3. Received: by apakabar.cc.columbia.edu id AA28867
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Tue, 18 Apr 1995 13:34:09 -0400
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!howland.reston.ans.net!gatech!udel!news.mathworks.com!solaris.cc.vt.edu!swiss.ans.net!meaddata!news
  6. From: robertg@meaddata.com (Robert Gerdardy)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: Kermit in background
  9. Date: 18 Apr 1995 14:36:14 GMT
  10. Organization: Mead Data Central, Dayton OH
  11. Lines: 27
  12. Distribution: usa
  13. Message-Id: <3n0iou$fhc@meaddata.meaddata.com>
  14. References: <3mtuu4$ov4@apakabar.cc.columbia.edu>
  15. Reply-To: robertg@meaddata.com
  16. Nntp-Posting-Host: atom.meaddata.com
  17. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  18.  
  19. >to do, but the general idea is to invoke Kermit with the "-l n" option,
  20. >where n is the numeric file descriptor of the open communication device.
  21.  
  22.  
  23. I tried using using -l 0, it still didn't work. I guess it wanted to write as
  24. well as read stdin? I want it to receive on stdin and send on stdout.
  25.  
  26. BTW, it also seems to return an exit code of 0 even when the receive option
  27. is used and the transfer fails? Shouldn't it return something else if the 
  28. requested transfer fails?
  29.  
  30. Bob
  31.  
  32. PS Here is the debug.log file it produced.
  33.  
  34. Debug Log [C-Kermit, 4E(070) 29 Jan 88]
  35.  4.2 BSD
  36. Tue Apr 18 10:26:29 1995
  37.  
  38. local=1
  39. action=118
  40. conint process group test=1
  41. conint isatty test=1
  42. conint backgrd=1
  43. Debug Log Closed
  44.  
  45.